Html Css Color HEX #0ABE9C Caribbean Green

📋 copy color: '#0ABE9C'

red 10 ◦ green 190 ◦ blue 156

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

Shades of Caribbean Green #0ABE9C

Tints of Caribbean Green #0ABE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 2.81%
G = 53.37%
B = 43.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#0ABE9C (or 0x0ABE9C) is known color: Caribbean Green. HEX triplet: 0A, BE and 9C. RGB value is (10,190,156). Sum of RGB (Red+Green+Blue) = 10+190+156=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE9C is #F54163. Grayscale: #848484. Windows color (decimal): -16073060 or 10272266. OLE color: 10272266.

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

Color convert

RGB 10 190 156 -
CMYK 0.95 0 0.18 0.25
HSL 168.67º 0.9% 0.39% -
HSV(B) 168.67º 0.95% 0.75% -
XYZ 24.54 39.29 37.74 -
YUV 132.3 141.37 40.76 -
System Red Green Blue C M Y K H S L
Decimal 10 190 156 0.95 0 0.18 0.25 168.67 0.9 0.39
Hex A BE 9C 5F 0 12 19 A9 5A 27
Octal 12 276 234 137 0 22 31 251 132 47
Binary 1010 10111110 10011100 1011111 0 10010 11001 10101001 1011010 100111

Color Harmonies of #0ABE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE9C

Black with #0ABE9C

Text Example


Text Example

White with #0ABE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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