Html Css Color HEX #0BD092 Caribbean Green

📋 copy color: '#0BD092'

red 11 ◦ green 208 ◦ blue 146

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

Shades of Caribbean Green #0BD092

Tints of Caribbean Green #0BD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.99%

 BLUE value IS 146 (57.42% from 255) = 40%

R = 3.01%
G = 56.99%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#0BD092 (or 0x0BD092) is known color: Caribbean Green. HEX triplet: 0B, D0 and 92. RGB value is (11,208,146). Sum of RGB (Red+Green+Blue) = 11+208+146=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD092 is #F42F6D. Grayscale: #8E8E8E. Windows color (decimal): -16002926 or 9621515. OLE color: 9621515.

HSL color Cylindrical-coordinate representation of color #0BD092: hue angle of 161.12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD092 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 11 208 146 -
CMYK 0.95 0 0.30 0.18
HSL 161.12º 0.9% 0.43% -
HSV(B) 161.12º 0.95% 0.82% -
XYZ 27.88 47.26 34.85 -
YUV 142.03 130.23 34.54 -
System Red Green Blue C M Y K H S L
Decimal 11 208 146 0.95 0 0.30 0.18 161.12 0.9 0.43
Hex B D0 92 5F 0 1E 12 A1 5A 2B
Octal 13 320 222 137 0 36 22 241 132 53
Binary 1011 11010000 10010010 1011111 0 11110 10010 10100001 1011010 101011

Color Harmonies of #0BD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD092

Black with #0BD092

Text Example


Text Example

White with #0BD092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,208,146); }

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

background-color css

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

 a { background-color: rgb(11,208,146); }

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

border-color css

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

 span { border-color: rgb(11,208,146); }

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