Html Css Color HEX #0BD68B Caribbean Green

📋 copy color: '#0BD68B'

red 11 ◦ green 214 ◦ blue 139

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

Shades of Caribbean Green #0BD68B

Tints of Caribbean Green #0BD68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.79%

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 3.02%
G = 58.79%
B = 38.19%

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

#0BD68B (or 0x0BD68B) is known color: Caribbean Green. HEX triplet: 0B, D6 and 8B. RGB value is (11,214,139). Sum of RGB (Red+Green+Blue) = 11+214+139=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD68B is #F42974. Grayscale: #909090. Windows color (decimal): -16001397 or 9164299. OLE color: 9164299.

HSL color Cylindrical-coordinate representation of color #0BD68B: hue angle of 157.83º 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 #0BD68B is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 214 139 -
CMYK 0.95 0 0.35 0.16
HSL 157.83º 0.9% 0.44% -
HSV(B) 157.83º 0.95% 0.84% -
XYZ 28.84 50.03 32.56 -
YUV 144.75 124.75 32.6 -
System Red Green Blue C M Y K H S L
Decimal 11 214 139 0.95 0 0.35 0.16 157.83 0.9 0.44
Hex B D6 8B 5F 0 23 10 9E 5A 2C
Octal 13 326 213 137 0 43 20 236 132 54
Binary 1011 11010110 10001011 1011111 0 100011 10000 10011110 1011010 101100

Color Harmonies of #0BD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD68B

Black with #0BD68B

Text Example


Text Example

White with #0BD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,214,139); }

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

background-color css

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

 a { background-color: rgb(11,214,139); }

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

border-color css

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

 span { border-color: rgb(11,214,139); }

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