Html Css Color HEX #0ABDA6 Caribbean Green

📋 copy color: '#0ABDA6'

red 10 ◦ green 189 ◦ blue 166

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

Shades of Caribbean Green #0ABDA6

Tints of Caribbean Green #0ABDA6

RGB

 RED value IS 10 (4.3% from 255) = 2.74%

 GREEN value IS 189 (74.22% from 255) = 51.78%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 2.74%
G = 51.78%
B = 45.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#0ABDA6 (or 0x0ABDA6) is known color: Caribbean Green. HEX triplet: 0A, BD and A6. RGB value is (10,189,166). Sum of RGB (Red+Green+Blue) = 10+189+166=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDA6 is #F54259. Grayscale: #848484. Windows color (decimal): -16073306 or 10927370. OLE color: 10927370.

HSL color Cylindrical-coordinate representation of color #0ABDA6: hue angle of 172.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDA6 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 189 166 -
CMYK 0.95 0 0.12 0.26
HSL 172.29º 0.9% 0.39% -
HSV(B) 172.29º 0.95% 0.74% -
XYZ 25.21 39.21 42.32 -
YUV 132.86 146.7 40.37 -
System Red Green Blue C M Y K H S L
Decimal 10 189 166 0.95 0 0.12 0.26 172.29 0.9 0.39
Hex A BD A6 5F 0 C 1A AC 5A 27
Octal 12 275 246 137 0 14 32 254 132 47
Binary 1010 10111101 10100110 1011111 0 1100 11010 10101100 1011010 100111

Color Harmonies of #0ABDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDA6

Black with #0ABDA6

Text Example


Text Example

White with #0ABDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,166); }

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

background-color css

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

 a { background-color: rgb(10,189,166); }

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

border-color css

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

 span { border-color: rgb(10,189,166); }

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