Html Css Color HEX #7AD2CC Bermuda

📋 copy color: '#7AD2CC'

red 122 ◦ green 210 ◦ blue 204

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

Shades of Bermuda #7AD2CC

Tints of Bermuda #7AD2CC

RGB

 RED value IS 122 (48.05% from 255) = 22.76%

 GREEN value IS 210 (82.42% from 255) = 39.18%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 22.76%
G = 39.18%
B = 38.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#7AD2CC (or 0x7AD2CC) is known color: Bermuda. HEX triplet: 7A, D2 and CC. RGB value is (122,210,204). Sum of RGB (Red+Green+Blue) = 122+210+204=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD2CC is #852D33. Grayscale: #B6B6B6. Windows color (decimal): -8727860 or 13423226. OLE color: 13423226.

HSL color Cylindrical-coordinate representation of color #7AD2CC: hue angle of 175.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2CC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 204 -
CMYK 0.42 0 0.03 0.18
HSL 175.91º 0.49% 0.65% -
HSV(B) 175.91º 0.42% 0.82% -
XYZ 41.97 54.59 65.45 -
YUV 183 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 122 210 204 0.42 0 0.03 0.18 175.91 0.49 0.65
Hex 7A D2 CC 2A 0 3 12 B0 31 41
Octal 172 322 314 52 0 3 22 260 61 101
Binary 1111010 11010010 11001100 101010 0 11 10010 10110000 110001 1000001

Color Harmonies of #7AD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2CC

Black with #7AD2CC

Text Example


Text Example

White with #7AD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AD2CC; }

 p { color: rgb(122,210,204); }

 H1.HeaderClassName
 {
   color: #7AD2CC;
 }
 .AnyTagClassName
 {
   color: #7AD2CC;
 }
</style>

background-color css

<style>
 a { background-color: #7AD2CC; }

 a { background-color: rgb(122,210,204); }

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

border-color css

<style>
 span { border-color: #7AD2CC; }

 span { border-color: rgb(122,210,204); }

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