Html Css Color HEX #0ABDA3 Caribbean Green

📋 copy color: '#0ABDA3'

red 10 ◦ green 189 ◦ blue 163

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

Shades of Caribbean Green #0ABDA3

Tints of Caribbean Green #0ABDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.03%

R = 2.76%
G = 52.21%
B = 45.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#0ABDA3 (or 0x0ABDA3) is known color: Caribbean Green. HEX triplet: 0A, BD and A3. RGB value is (10,189,163). Sum of RGB (Red+Green+Blue) = 10+189+163=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDA3 is #F5425C. Grayscale: #848484. Windows color (decimal): -16073309 or 10730762. OLE color: 10730762.

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

Color convert

RGB 10 189 163 -
CMYK 0.95 0 0.14 0.26
HSL 171.28º 0.9% 0.39% -
HSV(B) 171.28º 0.95% 0.74% -
XYZ 24.93 39.1 40.88 -
YUV 132.52 145.2 40.61 -
System Red Green Blue C M Y K H S L
Decimal 10 189 163 0.95 0 0.14 0.26 171.28 0.9 0.39
Hex A BD A3 5F 0 E 1A AB 5A 27
Octal 12 275 243 137 0 16 32 253 132 47
Binary 1010 10111101 10100011 1011111 0 1110 11010 10101011 1011010 100111

Color Harmonies of #0ABDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDA3

Black with #0ABDA3

Text Example


Text Example

White with #0ABDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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