Html Css Color HEX #0BCD88 Caribbean Green

📋 copy color: '#0BCD88'

red 11 ◦ green 205 ◦ blue 136

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

Shades of Caribbean Green #0BCD88

Tints of Caribbean Green #0BCD88

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.24%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 3.13%
G = 58.24%
B = 38.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#0BCD88 (or 0x0BCD88) is known color: Caribbean Green. HEX triplet: 0B, CD and 88. RGB value is (11,205,136). Sum of RGB (Red+Green+Blue) = 11+205+136=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCD88 is #F43277. Grayscale: #8B8B8B. Windows color (decimal): -16003704 or 8965387. OLE color: 8965387.

HSL color Cylindrical-coordinate representation of color #0BCD88: hue angle of 158.66º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD88 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 205 136 -
CMYK 0.95 0 0.34 0.20
HSL 158.66º 0.9% 0.42% -
HSV(B) 158.66º 0.95% 0.8% -
XYZ 26.41 45.51 30.69 -
YUV 139.13 126.23 36.61 -
System Red Green Blue C M Y K H S L
Decimal 11 205 136 0.95 0 0.34 0.20 158.66 0.9 0.42
Hex B CD 88 5F 0 22 14 9F 5A 2A
Octal 13 315 210 137 0 42 24 237 132 52
Binary 1011 11001101 10001000 1011111 0 100010 10100 10011111 1011010 101010

Color Harmonies of #0BCD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCD88

Black with #0BCD88

Text Example


Text Example

White with #0BCD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,136); }

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

background-color css

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

 a { background-color: rgb(11,205,136); }

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

border-color css

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

 span { border-color: rgb(11,205,136); }

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