Html Css Color HEX #0ADAAE Caribbean Green

📋 copy color: '#0ADAAE'

red 10 ◦ green 218 ◦ blue 174

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

Shades of Caribbean Green #0ADAAE

Tints of Caribbean Green #0ADAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.23%

 BLUE value IS 174 (68.36% from 255) = 43.28%

R = 2.49%
G = 54.23%
B = 43.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#0ADAAE (or 0x0ADAAE) is known color: Caribbean Green. HEX triplet: 0A, DA and AE. RGB value is (10,218,174). Sum of RGB (Red+Green+Blue) = 10+218+174=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADAAE is #F52551. Grayscale: #969696. Windows color (decimal): -16065874 or 11459082. OLE color: 11459082.

HSL color Cylindrical-coordinate representation of color #0ADAAE: hue angle of 167.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADAAE is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 218 174 -
CMYK 0.95 0 0.20 0.15
HSL 167.31º 0.91% 0.45% -
HSV(B) 167.31º 0.95% 0.85% -
XYZ 32.84 53.26 48.59 -
YUV 150.79 141.09 27.58 -
System Red Green Blue C M Y K H S L
Decimal 10 218 174 0.95 0 0.20 0.15 167.31 0.91 0.45
Hex A DA AE 5F 0 14 F A7 5B 2D
Octal 12 332 256 137 0 24 17 247 133 55
Binary 1010 11011010 10101110 1011111 0 10100 1111 10100111 1011011 101101

Color Harmonies of #0ADAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAAE

Black with #0ADAAE

Text Example


Text Example

White with #0ADAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,174); }

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

background-color css

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

 a { background-color: rgb(10,218,174); }

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

border-color css

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

 span { border-color: rgb(10,218,174); }

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