Html Css Color HEX #0ABEA4 Caribbean Green

📋 copy color: '#0ABEA4'

red 10 ◦ green 190 ◦ blue 164

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

Shades of Caribbean Green #0ABEA4

Tints of Caribbean Green #0ABEA4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.2%

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

R = 2.75%
G = 52.2%
B = 45.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#0ABEA4 (or 0x0ABEA4) is known color: Caribbean Green. HEX triplet: 0A, BE and A4. RGB value is (10,190,164). Sum of RGB (Red+Green+Blue) = 10+190+164=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEA4 is #F5415B. Grayscale: #858585. Windows color (decimal): -16073052 or 10796554. OLE color: 10796554.

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

Color convert

RGB 10 190 164 -
CMYK 0.95 0 0.14 0.25
HSL 171.33º 0.9% 0.39% -
HSV(B) 171.33º 0.95% 0.75% -
XYZ 25.24 39.57 41.43 -
YUV 133.22 145.37 40.11 -
System Red Green Blue C M Y K H S L
Decimal 10 190 164 0.95 0 0.14 0.25 171.33 0.9 0.39
Hex A BE A4 5F 0 E 19 AB 5A 27
Octal 12 276 244 137 0 16 31 253 132 47
Binary 1010 10111110 10100100 1011111 0 1110 11001 10101011 1011010 100111

Color Harmonies of #0ABEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEA4

Black with #0ABEA4

Text Example


Text Example

White with #0ABEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,164); }

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

background-color css

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

 a { background-color: rgb(10,190,164); }

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

border-color css

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

 span { border-color: rgb(10,190,164); }

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