Html Css Color HEX #0BDA8C Caribbean Green

📋 copy color: '#0BDA8C'

red 11 ◦ green 218 ◦ blue 140

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

Shades of Caribbean Green #0BDA8C

Tints of Caribbean Green #0BDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.08%

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

R = 2.98%
G = 59.08%
B = 37.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#0BDA8C (or 0x0BDA8C) is known color: Caribbean Green. HEX triplet: 0B, DA and 8C. RGB value is (11,218,140). Sum of RGB (Red+Green+Blue) = 11+218+140=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDA8C is #F42573. Grayscale: #939393. Windows color (decimal): -16000372 or 9230859. OLE color: 9230859.

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

Color convert

RGB 11 218 140 -
CMYK 0.95 0 0.36 0.15
HSL 157.39º 0.9% 0.45% -
HSV(B) 157.39º 0.95% 0.85% -
XYZ 29.94 52.11 33.29 -
YUV 147.22 123.92 30.84 -
System Red Green Blue C M Y K H S L
Decimal 11 218 140 0.95 0 0.36 0.15 157.39 0.9 0.45
Hex B DA 8C 5F 0 24 F 9D 5A 2D
Octal 13 332 214 137 0 44 17 235 132 55
Binary 1011 11011010 10001100 1011111 0 100100 1111 10011101 1011010 101101

Color Harmonies of #0BDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDA8C

Black with #0BDA8C

Text Example


Text Example

White with #0BDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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