Html Css Color HEX #0BCDA4 Caribbean Green

📋 copy color: '#0BCDA4'

red 11 ◦ green 205 ◦ blue 164

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

Shades of Caribbean Green #0BCDA4

Tints of Caribbean Green #0BCDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.16%

R = 2.89%
G = 53.95%
B = 43.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#0BCDA4 (or 0x0BCDA4) is known color: Caribbean Green. HEX triplet: 0B, CD and A4. RGB value is (11,205,164). Sum of RGB (Red+Green+Blue) = 11+205+164=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCDA4 is #F4325B. Grayscale: #8E8E8E. Windows color (decimal): -16003676 or 10800395. OLE color: 10800395.

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

Color convert

RGB 11 205 164 -
CMYK 0.95 0 0.2 0.20
HSL 167.32º 0.9% 0.42% -
HSV(B) 167.32º 0.95% 0.8% -
XYZ 28.67 46.41 42.57 -
YUV 142.32 140.23 34.33 -
System Red Green Blue C M Y K H S L
Decimal 11 205 164 0.95 0 0.2 0.20 167.32 0.9 0.42
Hex B CD A4 5F 0 14 14 A7 5A 2A
Octal 13 315 244 137 0 24 24 247 132 52
Binary 1011 11001101 10100100 1011111 0 10100 10100 10100111 1011010 101010

Color Harmonies of #0BCDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDA4

Black with #0BCDA4

Text Example


Text Example

White with #0BCDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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