Html Css Color HEX #0BDC90 Caribbean Green

📋 copy color: '#0BDC90'

red 11 ◦ green 220 ◦ blue 144

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

Shades of Caribbean Green #0BDC90

Tints of Caribbean Green #0BDC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 2.93%
G = 58.67%
B = 38.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#0BDC90 (or 0x0BDC90) is known color: Caribbean Green. HEX triplet: 0B, DC and 90. RGB value is (11,220,144). Sum of RGB (Red+Green+Blue) = 11+220+144=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDC90 is #F4236F. Grayscale: #949494. Windows color (decimal): -15999856 or 9493515. OLE color: 9493515.

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

Color convert

RGB 11 220 144 -
CMYK 0.95 0 0.35 0.14
HSL 158.18º 0.9% 0.45% -
HSV(B) 158.18º 0.95% 0.86% -
XYZ 30.77 53.27 35.05 -
YUV 148.85 125.26 29.68 -
System Red Green Blue C M Y K H S L
Decimal 11 220 144 0.95 0 0.35 0.14 158.18 0.9 0.45
Hex B DC 90 5F 0 23 E 9E 5A 2D
Octal 13 334 220 137 0 43 16 236 132 55
Binary 1011 11011100 10010000 1011111 0 100011 1110 10011110 1011010 101101

Color Harmonies of #0BDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC90

Black with #0BDC90

Text Example


Text Example

White with #0BDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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