Html Css Color HEX #0BDF8A Caribbean Green

📋 copy color: '#0BDF8A'

red 11 ◦ green 223 ◦ blue 138

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

Shades of Caribbean Green #0BDF8A

Tints of Caribbean Green #0BDF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 2.96%
G = 59.95%
B = 37.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#0BDF8A (or 0x0BDF8A) is known color: Caribbean Green. HEX triplet: 0B, DF and 8A. RGB value is (11,223,138). Sum of RGB (Red+Green+Blue) = 11+223+138=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDF8A is #F42075. Grayscale: #969696. Windows color (decimal): -15999094 or 9101067. OLE color: 9101067.

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

Color convert

RGB 11 223 138 -
CMYK 0.95 0 0.38 0.13
HSL 155.94º 0.91% 0.46% -
HSV(B) 155.94º 0.95% 0.87% -
XYZ 31.11 54.68 32.96 -
YUV 149.92 121.26 28.91 -
System Red Green Blue C M Y K H S L
Decimal 11 223 138 0.95 0 0.38 0.13 155.94 0.91 0.46
Hex B DF 8A 5F 0 26 D 9C 5B 2E
Octal 13 337 212 137 0 46 15 234 133 56
Binary 1011 11011111 10001010 1011111 0 100110 1101 10011100 1011011 101110

Color Harmonies of #0BDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF8A

Black with #0BDF8A

Text Example


Text Example

White with #0BDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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