Html Css Color HEX #0BDF8F Caribbean Green

📋 copy color: '#0BDF8F'

red 11 ◦ green 223 ◦ blue 143

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

Shades of Caribbean Green #0BDF8F

Tints of Caribbean Green #0BDF8F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 2.92%
G = 59.15%
B = 37.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#0BDF8F (or 0x0BDF8F) is known color: Caribbean Green. HEX triplet: 0B, DF and 8F. RGB value is (11,223,143). Sum of RGB (Red+Green+Blue) = 11+223+143=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDF8F is #F42070. Grayscale: #969696. Windows color (decimal): -15999089 or 9428747. OLE color: 9428747.

HSL color Cylindrical-coordinate representation of color #0BDF8F: hue angle of 157.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF8F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 143 -
CMYK 0.95 0 0.36 0.13
HSL 157.36º 0.91% 0.46% -
HSV(B) 157.36º 0.95% 0.87% -
XYZ 31.48 54.83 34.91 -
YUV 150.49 123.76 28.5 -
System Red Green Blue C M Y K H S L
Decimal 11 223 143 0.95 0 0.36 0.13 157.36 0.91 0.46
Hex B DF 8F 5F 0 24 D 9D 5B 2E
Octal 13 337 217 137 0 44 15 235 133 56
Binary 1011 11011111 10001111 1011111 0 100100 1101 10011101 1011011 101110

Color Harmonies of #0BDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF8F

Black with #0BDF8F

Text Example


Text Example

White with #0BDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,223,143); }

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

background-color css

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

 a { background-color: rgb(11,223,143); }

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

border-color css

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

 span { border-color: rgb(11,223,143); }

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