Html Css Color HEX #0BDC8B Caribbean Green

📋 copy color: '#0BDC8B'

red 11 ◦ green 220 ◦ blue 139

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

Shades of Caribbean Green #0BDC8B

Tints of Caribbean Green #0BDC8B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.46%

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

R = 2.97%
G = 59.46%
B = 37.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#0BDC8B (or 0x0BDC8B) is known color: Caribbean Green. HEX triplet: 0B, DC and 8B. RGB value is (11,220,139). Sum of RGB (Red+Green+Blue) = 11+220+139=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDC8B is #F42374. Grayscale: #949494. Windows color (decimal): -15999861 or 9165835. OLE color: 9165835.

HSL color Cylindrical-coordinate representation of color #0BDC8B: hue angle of 156.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC8B is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 139 -
CMYK 0.95 0 0.37 0.14
HSL 156.75º 0.9% 0.45% -
HSV(B) 156.75º 0.95% 0.86% -
XYZ 30.39 53.12 33.08 -
YUV 148.28 122.76 30.09 -
System Red Green Blue C M Y K H S L
Decimal 11 220 139 0.95 0 0.37 0.14 156.75 0.9 0.45
Hex B DC 8B 5F 0 25 E 9D 5A 2D
Octal 13 334 213 137 0 45 16 235 132 55
Binary 1011 11011100 10001011 1011111 0 100101 1110 10011101 1011010 101101

Color Harmonies of #0BDC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC8B

Black with #0BDC8B

Text Example


Text Example

White with #0BDC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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