Html Css Color HEX #0BDA7E Caribbean Green

📋 copy color: '#0BDA7E'

red 11 ◦ green 218 ◦ blue 126

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

Shades of Caribbean Green #0BDA7E

Tints of Caribbean Green #0BDA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 3.1%
G = 61.41%
B = 35.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#0BDA7E (or 0x0BDA7E) is known color: Caribbean Green. HEX triplet: 0B, DA and 7E. RGB value is (11,218,126). Sum of RGB (Red+Green+Blue) = 11+218+126=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA7E is #F42581. Grayscale: #919191. Windows color (decimal): -16000386 or 8313355. OLE color: 8313355.

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

Color convert

RGB 11 218 126 -
CMYK 0.95 0 0.42 0.15
HSL 153.33º 0.9% 0.45% -
HSV(B) 153.33º 0.95% 0.85% -
XYZ 28.98 51.72 28.19 -
YUV 145.62 116.92 31.98 -
System Red Green Blue C M Y K H S L
Decimal 11 218 126 0.95 0 0.42 0.15 153.33 0.9 0.45
Hex B DA 7E 5F 0 2A F 99 5A 2D
Octal 13 332 176 137 0 52 17 231 132 55
Binary 1011 11011010 1111110 1011111 0 101010 1111 10011001 1011010 101101

Color Harmonies of #0BDA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDA7E

Black with #0BDA7E

Text Example


Text Example

White with #0BDA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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