Html Css Color HEX #06CA8A Caribbean Green

📋 copy color: '#06CA8A'

red 6 ◦ green 202 ◦ blue 138

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

Shades of Caribbean Green #06CA8A

Tints of Caribbean Green #06CA8A

RGB

 RED value IS 6 (2.73% from 255) = 1.73%

 GREEN value IS 202 (79.3% from 255) = 58.38%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 1.73%
G = 58.38%
B = 39.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#06CA8A (or 0x06CA8A) is known color: Caribbean Green. HEX triplet: 06, CA and 8A. RGB value is (6,202,138). Sum of RGB (Red+Green+Blue) = 6+202+138=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CA8A is #F93575. Grayscale: #888888. Windows color (decimal): -16332150 or 9095686. OLE color: 9095686.

HSL color Cylindrical-coordinate representation of color #06CA8A: hue angle of 160.41º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA8A is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 202 138 -
CMYK 0.97 0 0.32 0.21
HSL 160.41º 0.94% 0.41% -
HSV(B) 160.41º 0.97% 0.79% -
XYZ 25.78 44.11 31.2 -
YUV 136.1 129.07 35.2 -
System Red Green Blue C M Y K H S L
Decimal 6 202 138 0.97 0 0.32 0.21 160.41 0.94 0.41
Hex 6 CA 8A 61 0 20 15 A0 5E 29
Octal 6 312 212 141 0 40 25 240 136 51
Binary 110 11001010 10001010 1100001 0 100000 10101 10100000 1011110 101001

Color Harmonies of #06CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CA8A

Black with #06CA8A

Text Example


Text Example

White with #06CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CA8A; }

 p { color: rgb(6,202,138); }

 H1.HeaderClassName
 {
   color: #06CA8A;
 }
 .AnyTagClassName
 {
   color: #06CA8A;
 }
</style>

background-color css

<style>
 a { background-color: #06CA8A; }

 a { background-color: rgb(6,202,138); }

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

border-color css

<style>
 span { border-color: #06CA8A; }

 span { border-color: rgb(6,202,138); }

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