Html Css Color HEX #0BD78C Caribbean Green

📋 copy color: '#0BD78C'

red 11 ◦ green 215 ◦ blue 140

#0BD78C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0BD78C

Tints of Caribbean Green #0BD78C

RGB

 RED value IS 11 (4.69% from 255) = 3.01%

 GREEN value IS 215 (84.38% from 255) = 58.74%

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 3.01%
G = 58.74%
B = 38.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BD78C (or 0x0BD78C) is known color: Caribbean Green. HEX triplet: 0B, D7 and 8C. RGB value is (11,215,140). Sum of RGB (Red+Green+Blue) = 11+215+140=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD78C is #F42873. Grayscale: #919191. Windows color (decimal): -16001140 or 9230091. OLE color: 9230091.

HSL color Cylindrical-coordinate representation of color #0BD78C: hue angle of 157.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD78C is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 215 140 -
CMYK 0.95 0 0.35 0.16
HSL 157.94º 0.9% 0.44% -
HSV(B) 157.94º 0.95% 0.84% -
XYZ 29.17 50.57 33.03 -
YUV 145.45 124.91 32.1 -
System Red Green Blue C M Y K H S L
Decimal 11 215 140 0.95 0 0.35 0.16 157.94 0.9 0.44
Hex B D7 8C 5F 0 23 10 9E 5A 2C
Octal 13 327 214 137 0 43 20 236 132 54
Binary 1011 11010111 10001100 1011111 0 100011 10000 10011110 1011010 101100

Color Harmonies of #0BD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD78C

Black with #0BD78C

Text Example


Text Example

White with #0BD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BD78C; }

 p { color: rgb(11,215,140); }

 H1.HeaderClassName
 {
   color: #0BD78C;
 }
 .AnyTagClassName
 {
   color: #0BD78C;
 }
</style>

background-color css

<style>
 a { background-color: #0BD78C; }

 a { background-color: rgb(11,215,140); }

 div.DivClassName
 {
   background-color: #0BD78C;
 }
 .BgClassName
 {
   background-color: #0BD78C;
 }
</style>

border-color css

<style>
 span { border-color: #0BD78C; }

 span { border-color: rgb(11,215,140); }

 td.TdClassName
 {
   border-color: #0BD78C;
 }
 .TagClassName
 {
   border-color: #0BD78C;
 }
</style>